projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c23712
)
Fix: broken boot message at serial line on AT91SAM9263-EK board
author
[email protected]
<
[email protected]
>
Mon, 19 Mar 2012 04:25:59 +0000
(
04:25
+0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 7 Jul 2012 12:07:29 +0000
(14:07 +0200)
Signed-off-by: Jens Scharsig (BuS Elektronik) <
[email protected]
>
Signed-off-by: Andreas Bießmann <
[email protected]
>
board/atmel/at91sam9263ek/at91sam9263ek.c
patch
|
blob
|
history
diff --git
a/board/atmel/at91sam9263ek/at91sam9263ek.c
b/board/atmel/at91sam9263ek/at91sam9263ek.c
index 41ec75257047643a442618737cf856cbb6ce69e2..60ff1c0cd3988543a46b3e010efee0ac44dcb1cc 100644
(file)
--- a/
board/atmel/at91sam9263ek/at91sam9263ek.c
+++ b/
board/atmel/at91sam9263ek/at91sam9263ek.c
@@
-254,6
+254,7
@@
int board_early_init_f(void)
(1 << ATMEL_ID_PIOCDE),
&pmc->pcer);
+ at91_seriald_hw_init();
return 0;
}
@@
-267,7
+268,6
@@
int board_init(void)
/* adress of boot parameters */
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
- at91_seriald_hw_init();
#ifdef CONFIG_CMD_NAND
at91sam9263ek_nand_hw_init();
#endif